const net._Ciconst_SOCK_STREAM

4 uses

	net (current package)
		9f1d3a93b89b11393a57bf07a90273582641ac744d673b213b5b5bb7036be168-d#L85: const _Ciconst_SOCK_STREAM = 0x1
		cgo_unix.go#L71: 		hints.ai_socktype = ( /*line :68:23*/_Ciconst_SOCK_STREAM /*line :68:35*/)
		cgo_unix.go#L151: 	hints.ai_socktype = ( /*line :148:22*/_Ciconst_SOCK_STREAM /*line :148:34*/)
		cgo_unix.go#L202: 		if r.ai_socktype != ( /*line :199:23*/_Ciconst_SOCK_STREAM /*line :199:35*/) {